@media(max-width:1199px) and (min-width:768px){
    .navbar-header{
        width: 100%;
    }
    .navbar-logo{
        width: 100%;
    }
    .vertical-align-middle{
       
    }
    .imgss{
        float: right;
    }
}

@media(max-width:767px){
   .vertical-align{
       width: 80%;
       float: left;
    }
    .buton{
        width: 10%;
        float: right;
    }
}
@media(max-width:430px){
    .navbar-header{
        height: 120px;
    }
     .imgss{
        width: 95%;
         margin-left: 14%
    }
}
@media(max-width:767px){
    .shows{
        display: none;
    }
    .shows1{
        display: block;
    }
    
}
@media(max-width:525px){
   
    .navbar-header{
        height: auto;
    }
    .vertical-align-middle{
        text-align: center;
    }
    .divss{
        width: 100%;
    }
    .imgs{
        margin-left: 15%;
    }
}

@media(min-width:768px){
    .shows{
        display: block;
    }
    .shows1{
        display: none;
    }
}
